-
Notifications
You must be signed in to change notification settings - Fork 1
Update the latest vscode-html-languageserver #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the latest vscode-html-languageserver #3
Conversation
We have to compile it from the source by ourselves. - https://github.com/jfcherng/vscode-html-languageserver-bin/tree/sublime-text - mattn/vim-lsp-settings#48 We also have to add some initializationOptions and settings to make it work better. Signed-off-by: Jack Cherng <[email protected]>
|
We should also commit |
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Done. |
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
rchl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved but lets wait for lsp_utils before merging this.
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Just like how it's done in sublimelsp/LSP-json#8 Signed-off-by: Jack Cherng <[email protected]>
predragnikolic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jfcherng thank you for this :)
I tried using Find Symbol References and Go Ro Symbol Definition, but that doesn't do anything. Am I missing something?
I guess it only usable in js/css context. Since reference and definition are hmm... not having a clear meaning in HTML? |
|
BTW, lsp_utils is merged to Package Control :) |

The binary from vscode-html-languageserver-bin is quite old. There seems to be lots of features not working with the outdated server.
We have to compile it from the source by ourselves.
We also have to add some
initializationOptionsandsettingsto make it work better.This PR also changes the overall code/directory structure to be the same with LSP-eslint.
Now, it supports

None of above features are available before this PR.